tslint error不终止webpack dev

1
2
"defaultSeverity": "warning" will only work for tslint rules.
If tsconfig.json has "noUnusedLocals": true then webpack will return error to UI regardless of tslint settings.

Show warnings instead of compiler errors
https://github.com/wmonk/create-react-app-typescript/issues/238

坚持原创技术分享,您的支持将鼓励我继续创作!